home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Freeware / Instant Eyedropper 1.75 / InstantEyedropper.exe / {app} / help.chm / css / default.css
Encoding:
Cascading Style Sheet File  |  2006-08-26  |  712 b   |  52 lines

  1. body
  2. {    font: 12px arial;
  3.     margin: 0px;
  4.     padding: 15px;
  5.     background: #FFF}
  6.  
  7. h1
  8. {    font: 18px arial;
  9.     color: #2458B1;
  10.     border: 1px solid #9FB3CB;
  11.     border-top: 0px;
  12.     border-right: 0px;
  13.     border-left: 0px;
  14.     padding-bottom: 5px}
  15.  
  16. h2
  17. {    font: bold 13px arial;
  18.     color: #2458B1;
  19.     padding: 0px;
  20.     margin: 0px 0px 10px 0px}
  21.  
  22. p
  23. {    font: 12px arial;
  24.     padding: 0px;
  25.     margin: 0px 0px 10px 0px}
  26.  
  27. ol li
  28. {    padding-bottom: 10px;}
  29.  
  30. a
  31. {    color: #1D7CF1}
  32.  
  33. a:hover
  34. {    color: #00B4FF}
  35.  
  36. .line
  37. {    background: #9FB3CB;
  38.     padding: 0px;
  39.     margin: 20px 0px 8px 0px}
  40.  
  41. .copy
  42. {    color: #A1A7C0}
  43.  
  44. .copy a
  45. {    color: #A1A7C0;
  46.     text-decoration: none}
  47.  
  48. .copy a:hover
  49. {    color: #3F4D96;
  50.     text-decoration: none}
  51.  
  52.